TME 2073 Intelligent Systems

Semester 1 2009/2010




Title: Kinder garden learning system



Introduction
Prolog (Programming in Logic) is used in many artificial intelligent areas. For example, expert system, intelligent system, natural language processing, games and automated answering system.
Description

The system that we choose to develop is kinder garden learning system. It is multifunctional system that helps students in their study. By this system, students can learn in faster and easier way which is more effective compare to refer to dictionary or other resources.
Students can make query and search in the system and the system will describe for student’s query. For example if the student is looking for type of transportation, then the student can simple type:
?- transport (b, X)
The student is actually search for transport that begins with letter b, then the system will search the fact and rules whether there exist a transport which begin with b letter.
If there exist then the system will prompt:
Yes.
X= Bus - public transportation.
If there doesn’t exists transport that begins with letter b, then the system will prompt:
No.


Scope
Kinder garden learning system is composed of
  • A read and execute command loop
  • A natural language input
  • A database describe the current environment
We control the system by using simple English commands expressing the action we wish to take. The level of this system is for kinder garden students, so the area will only cover their level. Such as transport, animals, plants, food, drinks, clothes and so on.


Group members:
Choo Pei Ching 20810
Chieng Lung Hei 20794
Ng Choon See 21681

amelia's note
good idea..hope to see a functional kindergarten learning system during your project presentation ya.
also do make sure that your system will be able to demonstrate intelligence instead of just being a normal system..>^.^<